Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.swt.graphics.Image

Packages that use Image
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.jface.window Provides a general framework for creating and managing windows. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.team.ui.synchronize Application programming interfaces for interaction with the Eclipse Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of Image in org.eclipse.compare
 

Methods in org.eclipse.compare that return Image
 Image ResourceNode.getImage()
           
 Image ITypedElement.getImage()
          Returns an image for this object.
 Image HistoryItem.getImage()
           
protected  Image EditionSelectionDialog.getEditionImage(ITypedElement selectedEdition, ITypedElement item)
          Returns an image for identifying the edition side of a compare viewer.
static Image CompareUI.getImage(String type)
          Returns a shared image for the given type, or a generic image if none has been registered for the given type.
static Image CompareUI.getImage(IAdaptable adaptable)
          Returns a shared image for the given adaptable.
 Image CompareEditorInput.getTitleImage()
          Returns the title image which will be used in the compare editor's title bar.
 Image CompareConfiguration.getImage(int kind)
          Returns an image showing the specified change kind.
 Image CompareConfiguration.getImage(Image base, int kind)
          Returns an image showing the specified change kind applied to a given base image.
 Image CompareConfiguration.getAncestorImage(Object element)
          Returns the image for the ancestor side of compare/merge viewers.
 Image CompareConfiguration.getLeftImage(Object element)
          Returns the image for the left hand side of compare/merge viewers.
 Image CompareConfiguration.getRightImage(Object element)
          Returns the image for the right hand side of compare/merge viewers.
 

Methods in org.eclipse.compare with parameters of type Image
 void EditionSelectionDialog.setEditionTitleImage(Image titleImage)
          Sets an optional image for the edition pane's title.
 void CompareViewerPane.setImage(Image image)
          Set the pane's title Image.
static void CompareUI.disposeOnShutdown(Image image)
          Registers the given image for being disposed when this plug-in is shutdown.
 Image CompareConfiguration.getImage(Image base, int kind)
          Returns an image showing the specified change kind applied to a given base image.
 void CompareConfiguration.setAncestorImage(Image image)
          Sets the image to use for the ancestor of compare/merge viewers.
 void CompareConfiguration.setLeftImage(Image image)
          Sets the image to use for the left side of compare/merge viewers.
 void CompareConfiguration.setRightImage(Image image)
          Sets the image to use for the right side of compare/merge viewers.
 

Uses of Image in org.eclipse.compare.contentmergeviewer
 

Methods in org.eclipse.compare.contentmergeviewer that return Image
 Image IMergeViewerContentProvider.getAncestorImage(Object input)
          Returns an optional image for the ancestor side of a ContentMergeViewer.
 Image IMergeViewerContentProvider.getLeftImage(Object input)
          Returns an optional image for the left side of a ContentMergeViewer.
 Image IMergeViewerContentProvider.getRightImage(Object input)
          Returns an optional image for the right side of a ContentMergeViewer.
 

Uses of Image in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer that return Image
 Image ICompareInput.getImage()
          Returns an image representing this input.
 Image DiffNode.getImage()
           
 Image DiffElement.getImage()
          The DiffElement implementation of this ITypedInput method returns null.
 

Uses of Image in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui that return Image
 Image RefreshTab.getImage()
           
 Image ILaunchConfigurationTab.getImage()
          Returns the image for this tab, or null if none
 Image IDebugModelPresentation.getImage(Object element)
          Returns an image for the element, or null if a default image should be used.
 Image IDebugEditorPresentation.getInstructionPointerImage(IStackFrame frame)
          Returns the image used to annotate a line of source code in an editor's ruler corresponding to the given stack frame, or null if the default image should be used.
 Image EnvironmentTab.getImage()
           
 Image EnvironmentTab.EnvironmentVariableLabelProvider.getColumnImage(Object element, int columnIndex)
           
static Image DebugUITools.getImage(String key)
          Returns the shared image managed under the given key, or null if none.
 Image CommonTab.getImage()
           
 Image AbstractLaunchConfigurationTab.getImage()
           
 

Methods in org.eclipse.debug.ui with parameters of type Image
protected  Button AbstractLaunchConfigurationTab.createPushButton(Composite parent, String label, Image image)
          Creates and returns a new push button with the given label and/or image.
 

Uses of Image in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action with parameters of type Image
 void SubStatusLineManager.setErrorMessage(Image image, String message)
           
 void SubStatusLineManager.setMessage(Image image, String message)
           
 void StatusLineManager.setErrorMessage(Image image, String message)
           
 void StatusLineManager.setMessage(Image image, String message)
           
 void IStatusLineManager.setErrorMessage(Image image, String message)
          Sets the image and error message to be displayed on the status line.
 void IStatusLineManager.setMessage(Image image, String message)
          Sets the image and message to be displayed on the status line.
 

Uses of Image in org.eclipse.jface.dialogs
 

Methods in org.eclipse.jface.dialogs that return Image
protected  Image ProgressMonitorDialog.getImage()
           
 Image MessageDialog.getImage()
           
protected abstract  Image IconAndMessageDialog.getImage()
          Returns the image to display beside the message in this dialog.
 Image IDialogPage.getImage()
          Returns this dialog page's image.
protected  Image ErrorDialog.getImage()
           
 Image DialogPage.getImage()
           
static Image Dialog.getImage(String key)
          Returns the standard dialog image with the given key.
 

Methods in org.eclipse.jface.dialogs with parameters of type Image
 void TitleAreaDialog.setTitleImage(Image newTitleImage)
          Sets the title image to be shown in the title area of this dialog.
 

Constructors in org.eclipse.jface.dialogs with parameters of type Image
MessageDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex)
          Create a message dialog.
 

Uses of Image in org.eclipse.jface.preference
 

Methods in org.eclipse.jface.preference that return Image
 Image PreferenceNode.getLabelImage()
           
 Image PreferenceLabelProvider.getImage(Object element)
           
 Image IPreferenceNode.getLabelImage()
          Returns the image used to present this node in a preference dialog.
 

Uses of Image in org.eclipse.jface.resource
 

Methods in org.eclipse.jface.resource that return Image
static Image JFaceResources.getImage(String key)
          Returns the image in JFace's image registry with the given key, or null if none.
 Image ImageRegistry.get(String key)
          Returns the image associated with the given key in this registry, or null if none.
 Image ImageDescriptor.createImage()
          Creates and returns a new SWT image for this image descriptor.
 Image ImageDescriptor.createImage(boolean returnMissingImageOnError)
          Creates and returns a new SWT image for this image descriptor.
 Image ImageDescriptor.createImage(Device device)
          Creates and returns a new SWT image for this image descriptor.
 Image ImageDescriptor.createImage(boolean returnMissingImageOnError, Device device)
          Creates and returns a new SWT image for this image descriptor.
 

Methods in org.eclipse.jface.resource with parameters of type Image
 void ImageRegistry.put(String key, Image image)
          Adds an image to this registry.
 

Uses of Image in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist that return Image
 Image IContextInformation.getImage()
          Returns the image for this context information.
 Image ICompletionProposal.getImage()
          Returns the image to be displayed in the list of completion proposals.
 Image ContextInformation.getImage()
           
 Image CompletionProposal.getImage()
           
 

Constructors in org.eclipse.jface.text.contentassist with parameters of type Image
ContextInformation(Image image, String contextDisplayString, String informationDisplayString)
          Creates a new context information with an image.
CompletionProposal(String replacementString, int replacementOffset, int replacementLength, int cursorPosition, Image image, String displayString, IContextInformation contextInformation, String additionalProposalInfo)
          Creates a new completion proposal.
 

Uses of Image in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type Image
protected static void Annotation.drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int halign, int valign)
          Convenience method for drawing an image aligned inside a rectangle.
protected static void Annotation.drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int align)
          Convenience method for drawing an image aligned inside a rectangle.
 

Uses of Image in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return Image
 Image LabelProvider.getImage(Object element)
          The LabelProvider implementation of this ILabelProvider method returns null.
 Image ITableLabelProvider.getColumnImage(Object element, int columnIndex)
          Returns the label image for the given column of the given element.
 Image ILabelProvider.getImage(Object element)
          Returns the image for the label of the given element.
 Image ILabelDecorator.decorateImage(Image image, Object element)
          Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element.
 Image DecoratingLabelProvider.getImage(Object element)
          The DecoratingLabelProvider implementation of this ILabelProvider method returns the image provided by the nested label provider's getImage method, decorated with the decoration provided by the label decorator's decorateImage method.
 

Methods in org.eclipse.jface.viewers with parameters of type Image
 Image ILabelDecorator.decorateImage(Image image, Object element)
          Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element.
 

Uses of Image in org.eclipse.jface.window
 

Methods in org.eclipse.jface.window that return Image
static Image Window.getDefaultImage()
          Returns the default image.
 

Methods in org.eclipse.jface.window with parameters of type Image
static void Window.setDefaultImage(Image image)
          Sets the default image.
 

Uses of Image in org.eclipse.jface.wizard
 

Methods in org.eclipse.jface.wizard that return Image
 Image WizardPage.getImage()
           
 Image Wizard.getDefaultPageImage()
           
 Image IWizard.getDefaultPageImage()
          Returns the default page image for this wizard.
 

Uses of Image in org.eclipse.search.ui
 

Methods in org.eclipse.search.ui that return Image
static Image SearchUI.getSearchMarkerImage()
          Returns the shared search marker image.
 

Uses of Image in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Image
 Image TableTreeItem.getImage()
          Gets the first image.
 Image TableTreeItem.getImage(int index)
          Gets the image at the specified index.
 Image CTabItem2.getDisabledImage()
          Get the image displayed in the tab if the tab is disabled.
 Image CTabItem.getDisabledImage()
          Get the image displayed in the tab if the tab is disabled.
 Image CLabel.getImage()
          Return the CLabel's image or null.
 

Methods in org.eclipse.swt.custom with parameters of type Image
 void TableTreeItem.setImage(int index, Image image)
          Sets the image at an index.
 void TableTreeItem.setImage(Image image)
          Sets the first image.
 void CTabItem2.setDisabledImage(Image image)
          Sets the image that is displayed if the tab item is disabled.
 void CTabItem2.setImage(Image image)
           
 void CTabItem.setImage(Image image)
           
 void CTabItem.setDisabledImage(Image image)
          Sets the image that is displayed if the tab item is disabled.
 void CTabFolder2.setSelectionBackground(Image image)
          Set the image to be drawn in the background of the selected tab.
 void CTabFolder.setSelectionBackground(Image image)
          Set the image to be drawn in the background of the selected tab.
 void CLabel.setBackground(Image image)
          Set the image to be drawn in the background of the label.
 void CLabel.setImage(Image image)
          Set the label's Image.
 

Uses of Image in org.eclipse.swt.graphics
 

Fields in org.eclipse.swt.graphics declared as Image
 Image GCData.image
           
 

Methods in org.eclipse.swt.graphics that return Image
static Image Image.win32_new(Device device, int type, int handle)
          Invokes platform specific functionality to allocate a new image.
 

Methods in org.eclipse.swt.graphics with parameters of type Image
 void GC.copyArea(Image image, int x, int y)
          Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
 void GC.drawImage(Image image, int x, int y)
          Draws the given image in the receiver at the specified coordinates.
 void GC.drawImage(Image image, int srcX, int srcY, int srcWidth, int srcHeight, int destX, int destY, int destWidth, int destHeight)
          Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.
 

Constructors in org.eclipse.swt.graphics with parameters of type Image
Image(Device device, Image srcImage, int flag)
          Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
 

Uses of Image in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Image
 Image Item.getImage()
          Returns the receiver's image if it has one, or null if it does not.
 Image ToolItem.getDisabledImage()
          Returns the receiver's disabled image if it has one, or null if it does not.
 Image ToolItem.getHotImage()
          Returns the receiver's hot image if it has one, or null if it does not.
 Image TableItem.getImage(int index)
          Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
 Image Label.getImage()
          Returns the receiver's image if it has one, or null if it does not.
 Image Decorations.getImage()
          Returns the receiver's image if it had previously been set using setImage().
 Image[] Decorations.getImages()
          Returns the receiver's images if they had previously been set using setImages().
 Image Caret.getImage()
          Returns the image that the receiver will use to paint the caret.
 Image Button.getImage()
          Returns the receiver's image if it has one, or null if it does not.
 

Methods in org.eclipse.swt.widgets with parameters of type Image
 void Item.setImage(Image image)
          Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
 void TreeItem.setImage(Image image)
           
 void ToolItem.setDisabledImage(Image image)
          Sets the receiver's disabled image to the argument, which may be null indicating that no disabled image should be displayed.
 void ToolItem.setHotImage(Image image)
          Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed.
 void ToolItem.setImage(Image image)
           
 void TableItem.setImage(Image[] images)
          Sets the image for multiple columns in the Table.
 void TableItem.setImage(int index, Image image)
          Sets the receiver's image at a column.
 void TableItem.setImage(Image image)
           
 void TableColumn.setImage(Image image)
           
 void TabItem.setImage(Image image)
           
 void MenuItem.setImage(Image image)
          Sets the image the receiver will display to the argument.
 void Label.setImage(Image image)
          Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
 void Decorations.setImage(Image image)
          Sets the receiver's image to the argument, which may be null.
 void Decorations.setImages(Image[] images)
          Sets the receiver's images to the argument, which may be an empty array.
 void Caret.setImage(Image image)
          Sets the image that the receiver will use to paint the caret to the image specified by the argument, or to the default which is a filled rectangle if the argument is null
 void Button.setImage(Image image)
          Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
 

Uses of Image in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return Image
 Image TeamSubscriberParticipantLabelProvider.getCompressedFolderImage()
           
protected  Image TeamSubscriberParticipantLabelProvider.decorateImage(Image base, Object resource)
           
 Image TeamSubscriberParticipantLabelProvider.getImage(Object element)
          An image is decorated by at most 3 different plugins.
 Image TeamSubscriberParticipantLabelProvider.getColumnImage(Object element, int columnIndex)
           
 

Methods in org.eclipse.team.ui.synchronize with parameters of type Image
protected  Image TeamSubscriberParticipantLabelProvider.decorateImage(Image base, Object resource)
           
 

Uses of Image in org.eclipse.ui
 

Methods in org.eclipse.ui that return Image
 Image IWorkbenchPartReference.getTitleImage()
           
 Image IWorkbenchPart.getTitleImage()
          Returns the title image of this workbench part.
 Image ISharedImages.getImage(String symbolicName)
          Retrieves the specified image from the workbench plugin's image registry.
 Image IMarkerResolution2.getImage()
          Returns the image to be displayed in the list of resolutions.
 

Uses of Image in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return Image
 Image FileEditorMappingLabelProvider.getColumnImage(Object element, int row)
          The ResourceTypeEditorMappingLabelProvider implementation of this ITableLabelProvider method creates and returns an new image.
 Image FileEditorMappingLabelProvider.getImage(Object element)
          The ResourceTypeEditorMappingLabelProvider implementation of this ILabelProvider method creates and returns an new image.
 

Methods in org.eclipse.ui.dialogs with parameters of type Image
 void SelectionStatusDialog.setImage(Image image)
          Sets the image for this dialog.
 

Uses of Image in org.eclipse.ui.model
 

Methods in org.eclipse.ui.model that return Image
 Image WorkbenchPartLabelProvider.getImage(Object element)
           
 Image WorkbenchPartLabelProvider.getColumnImage(Object element, int columnIndex)
           
 Image WorkbenchLabelProvider.getImage(Object element)
           
 Image PerspectiveLabelProvider.getImage(Object element)
           
 Image PerspectiveLabelProvider.getColumnImage(Object element, int columnIndex)
           
 

Uses of Image in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return Image
protected  Image WorkbenchPart.getDefaultImage()
          Returns the default title image.
 Image WorkbenchPart.getTitleImage()
           
protected  Image MultiPageEditorPart.getPageImage(int pageIndex)
          Returns the image for the page with the given index, or null if no image has been set for the page.
 

Methods in org.eclipse.ui.part with parameters of type Image
protected  void WorkbenchPart.setTitleImage(Image titleImage)
          Sets or clears the title image of this part.
protected  void MultiPageEditorPart.setPageImage(int pageIndex, Image image)
          Sets the image for the page with the given index, or null to clear the image for the page.
 

Uses of Image in org.eclipse.ui.texteditor
 

Fields in org.eclipse.ui.texteditor declared as Image
protected  Image DefaultAnnotation.fImage
          Deprecated.  
 

Methods in org.eclipse.ui.texteditor that return Image
 Image IAnnotationImageProvider.getManagedImage(Annotation annotation)
          Returns the image for the given annotation or null.
protected static Image MarkerAnnotation.getImage(Display display, ImageDescriptor descriptor)
          Returns an image for the given display as specified by the given image descriptor.
protected  Image MarkerAnnotation.getImage(String name)
          Returns the image of the given name.
protected  Image MarkerAnnotation.getImage(Display display)
          Returns an image for this annotation.
protected static Image DefaultAnnotation.getImage(Display display, ImageDescriptor descriptor)
          Deprecated. Returns an image for the given display as specified by the given image descriptor.
protected  Image DefaultAnnotation.getImage(String name)
          Deprecated. Returns the image of the given name.
protected  Image DefaultAnnotation.getImage(Display display)
          Deprecated.  
 

Methods in org.eclipse.ui.texteditor with parameters of type Image
 void StatusLineContributionItem.setImage(Image image)
           
 void StatusLineContributionItem.setErrorImage(Image image)
           
 void IStatusFieldExtension.setErrorImage(Image image)
          Sets the error image of this status field.
 void IStatusField.setImage(Image image)
          Sets the image of this status field.
 void IEditorStatusLine.setMessage(boolean error, String message, Image image)
          Sets the image and message to be displayed on the status line.
protected  void MarkerAnnotation.setImage(Image image)
          Sets the marker image to the given image.
static void ImageUtilities.drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int halign, int valign)
          Draws an image aligned inside the given rectangle on the given canvas.
static void ImageUtilities.drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int align)
          Draws an image aligned inside the given rectangle on the given canvas.
protected  void DefaultAnnotation.setImage(Image image)
          Deprecated. Sets the marker image to the given image.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.